home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Top Download / PhotoFiltre 6.0.2 / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TCHGCOULEUR2FORM / TCHGCOULEUR2FORM.txt
Text File  |  2004-10-02  |  3KB  |  156 lines

  1. object ChgCouleur2Form: TChgCouleur2Form
  2.   Left = 320
  3.   Top = 186
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Remplacer une gamme'
  7.   ClientHeight = 257
  8.   ClientWidth = 427
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 51
  27.     Height = 13
  28.     Caption = 'Couleur 1 :'
  29.   end
  30.   object LblN2: TLabel
  31.     Left = 16
  32.     Top = 152
  33.     Width = 48
  34.     Height = 13
  35.     Caption = 'Tol'#233'rance'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 16
  39.     Top = 72
  40.     Width = 51
  41.     Height = 13
  42.     Caption = 'Couleur 2 :'
  43.   end
  44.   object LblN: TLabel
  45.     Left = 16
  46.     Top = 116
  47.     Width = 33
  48.     Height = 13
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = '0'#176
  52.   end
  53.   object BAnnuler: TButton
  54.     Left = 336
  55.     Top = 216
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'Annuler'
  60.     TabOrder = 0
  61.     OnClick = BAnnulerClick
  62.   end
  63.   object BOk: TButton
  64.     Left = 256
  65.     Top = 216
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'Ok'
  69.     Default = True
  70.     TabOrder = 1
  71.     OnClick = BOkClick
  72.   end
  73.   object BApercu: TButton
  74.     Left = 16
  75.     Top = 216
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'Aper'#231'u'
  79.     TabOrder = 3
  80.     OnClick = BApercuClick
  81.   end
  82.   object TBN2: TTrackBar
  83.     Left = 10
  84.     Top = 168
  85.     Width = 407
  86.     Height = 33
  87.     Max = 200
  88.     Orientation = trHorizontal
  89.     PageSize = 5
  90.     Frequency = 5
  91.     Position = 30
  92.     SelEnd = 0
  93.     SelStart = 0
  94.     TabOrder = 2
  95.     ThumbLength = 15
  96.     TickMarks = tmBottomRight
  97.     TickStyle = tsAuto
  98.     OnChange = TBN2Change
  99.   end
  100.   object ColorEdit1: TColorEdit
  101.     Left = 16
  102.     Top = 32
  103.     Width = 89
  104.     Height = 22
  105.     BorderStyle = bsSingle
  106.     Color = clAqua
  107.     CustomText = 'Autres couleurs...'
  108.     ColorDialog = MainForm.GlobalColorDialog
  109.     ReadOnly = False
  110.     OnChange = ColorEdit1Change
  111.   end
  112.   object PnlCouleur: TPanel
  113.     Left = 16
  114.     Top = 88
  115.     Width = 33
  116.     Height = 21
  117.     BevelOuter = bvLowered
  118.     Color = clRed
  119.     TabOrder = 5
  120.   end
  121.   object Panel2: TPanel
  122.     Left = 52
  123.     Top = 88
  124.     Width = 362
  125.     Height = 21
  126.     BevelOuter = bvLowered
  127.     TabOrder = 6
  128.     object ImgDegrade: TImage
  129.       Left = 1
  130.       Top = 1
  131.       Width = 360
  132.       Height = 19
  133.       Align = alClient
  134.       OnMouseDown = ImgDegradeMouseDown
  135.     end
  136.   end
  137.   object TBN: TTrackBar
  138.     Left = 47
  139.     Top = 112
  140.     Width = 373
  141.     Height = 25
  142.     Max = 359
  143.     Orientation = trHorizontal
  144.     PageSize = 10
  145.     Frequency = 10
  146.     Position = 0
  147.     SelEnd = 0
  148.     SelStart = 0
  149.     TabOrder = 7
  150.     ThumbLength = 15
  151.     TickMarks = tmTopLeft
  152.     TickStyle = tsAuto
  153.     OnChange = TBNChange
  154.   end
  155. end
  156.